internal/runtime/maps.table.getWithoutKey (method)

2 uses

	internal/runtime/maps (current package)
		map.go#L434: 	return m.directoryAt(idx).getWithoutKey(typ, hash, key)
		table.go#L226: func (t *table) getWithoutKey(typ *abi.SwissMapType, hash uintptr, key unsafe.Pointer) (unsafe.Pointer, bool) {